@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Kannada:wght@100..900&display=swap');
#customers {
  font-family: "Exo", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  font-size:15px;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align:left;
  cursor:default;
  font-size:15px;
}

#customers td{color:#000;}
#customers tr:nth-child(even){background-color: #f7f5f5;}

#customers tr:hover {background-color: #e3dcdc;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color:#A82810;/*#F0DAC0; /*#BB6464; /*#65AAF0;*/
  color: #fff;
  font-family:"Exo";
  text-align:center;
  font-family:16px;
  border-color:#decab1;
}

#customers td a:hover{
    color:#0000FF;
    text-align:left;
    font-size:15px;
}

#customers .tbl{
    font-size:15px;
}

/*----------------------*/

#customers-kan {
  font-family: "Noto Sans Kannada";
  border-collapse: collapse;
  width: 100%;
  font-size:15px;
}

#customers-kan td, #customers-kan th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align:left;
  cursor:default;
  font-size:16px;
}

#customers-kan td{color:#000;}
#customers-kan tr:nth-child(even){background-color: #f7f5f5;}

#customers-kan tr:hover {background-color: #e3dcdc;}

#customers-kan th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color:#A82810;/*#F0DAC0; /*#BB6464; /*#65AAF0;*/
  color: #fff;
  font-family:"Noto Sans Kannada";
  text-align:center;
  font-family:16px;
  border-color:#decab1;
}

#customers-kan td a:hover{
    color:#0000FF;
    text-align:left;
    font-size:15px;
    /*line-height:2rem !important;*/
}


#customers-kan .tbl{
    font-size:15px;
}

/*****************************Dep******************************/

#custom-dep {
  font-family: "Noto Sans Kannada";
  border-collapse: collapse;
  width: 100%;
  font-size:15px;
}

#custom-dep td, #custom-dep th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align:left;
  cursor:default;
  font-size:16px;
}

#custom-dep td{color:#000;}
#custom-dep tr:nth-child(even){background-color: #f7f5f5;}

#custom-dep tr:hover {background-color: #e3dcdc;}

#custom-dep th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color:#0E86D4;/*#F0DAC0; /*#BB6464; /*#65AAF0;*/
  color: #fff;
  font-family:"Exo";
  text-align:center;
  font-family:16px;
  border-color:#0E86D4;
}

#custom-dep td a:hover{
    color:#0000FF;
    text-align:left;
    font-size:15px;
    line-height:2.5rem !important;
}

#customers-kan .tbl{
    font-size:15px;
}